type crypto/hpke.hybridPublicKey
8 uses
crypto/hpke (current package)
pq.go#L123: type hybridPublicKey struct {
pq.go#L148: return &hybridPublicKey{mlkem768X25519, t, pq}, nil
pq.go#L153: return &hybridPublicKey{mlkem768P256, t, pq}, nil
pq.go#L158: return &hybridPublicKey{mlkem1024P384, t, pq}, nil
pq.go#L182: func (pk *hybridPublicKey) KEM() KEM {
pq.go#L186: func (pk *hybridPublicKey) Bytes() []byte {
pq.go#L192: func (pk *hybridPublicKey) encap() (sharedSecret []byte, encapPub []byte, err error) {
pq.go#L326: return &hybridPublicKey{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |